home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / scuba.swf / scripts / frame_16 / DoAction.as
Text File  |  2012-01-07  |  190b  |  13 lines

  1. if(_root.getBytesLoaded() == _root.getBytesTotal())
  2. {
  3.    stop();
  4.    if(gPlayAgain == true)
  5.    {
  6.       missionButtonClip.gotoAndStop("active");
  7.    }
  8. }
  9. else
  10. {
  11.    gotoAndPlay(6);
  12. }
  13.